home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _B90383BC303E4334868161BFACBC5F3C < prev    next >
Encoding:
Text File  |  2004-01-06  |  342 b   |  19 lines

  1.  
  2.       #include "../CGVPMacro.csi"
  3.  
  4.       DefaultPos
  5.  
  6.       VertAttributes { POSITION_3 TEXCOORD0_2 }
  7.       
  8.       MainInput { VIEWPROJ_MATRIX }
  9.       DeclarationsScript
  10.       {
  11.         IN_T0
  12.         OUT_T0
  13.       }
  14.       PositionScript = PosCommon
  15.       CoreScript
  16.       {
  17.         OUT.Tex0.xy = IN.TexCoord0.xy;
  18.       }
  19.